/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  height: 1500px;
}

.container {
  width: 80%;
  border: 2px solid black;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 150px pink;
}

.col1 {
  width: 100%;
  height: 300px;
  border: 1px;
  background-image: url(./image/back.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 90%;
  background-color: aqua;
  border-bottom: 10px solid aqua;
}

.navigation li {
  display: inline-block;
  color: black;
  font-size: 32px;
  cursor: pointer;
}

.navigation li:hover {
  background: fixed red;
}

.navigation ul {
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
  word-spacing: 25px;
  padding-top: 10px;
  text-align: center;
}

p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-top: 5%;
  color: red;
  font-family: cursive;
}

.col2 {
  width: 100%;
  margin: 10px auto;
  border: 1px;
  background-color: thistle;
}

#coloum1 {
  width: 30%;
  height: 100%;
  display: inline-block;
  margin-left: 50px;
}

#para4 {
  clear: left;
  font-size: 16px;
  color: black;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#coloum1 img {
  padding: 15px 0px 0px 15px;
  margin: 0 auto;
  display: flex;
}

#coloum2 {
  width: 30%;
  height: 100%;
  display: inline-block;
}

#para5 {
  clear: left;
  font-size: 16px;
  color: black;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

#coloum2 audio {
  padding: 75px 0px 0px 45px;
  margin-left: 20px;

  width: 300px;
}

#coloum3 {
  width: 30%;
  height: 100%;
  display: inline-block;
  margin-left: 20px;
}

#para6 {
  clear: left;
  font-size: 16px;
  color: black;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

#coloum3 video {
  padding: 15px 0px 0px 6.5em;
}

.col3 {
  width: 100%;
  height: 100%;
  border: 1px;
  background-color: green;
}

h1 {
  font-size: 32px;
  color: white;
  text-align: center;
  padding-top: 10px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding-bottom: 10px;
}

h2 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
  width: 90%;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.para1 {
  box-shadow: 0px 0px 0px 20px white;
  margin: 20px 0;
}

.col4 {
  width: 100%;
  /* height: 300px; */
  border: 1px;
  background: lightseagreen;
  padding-bottom: 20px;
  padding-top: 1.5em;
}

.sub-col {
  width: 90%;
  height: 280px;
  border: 1px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 5px 5px 15px 0px;
}

input {
  display: flex;
  align-content: center;
  margin: 0 auto;
}

textarea {
  margin: 0 auto;
  display: flex;
  width: 90%;
  margin-top: 20px;
}
.sub-col {
  max-width: 90%;
}
.sub-col #name {
  width: 46%;
  margin-top: 10px;
  display: inline;
  /* margin-left: 50px; */
}
.area {
  margin-left: 60px;
}

.sub-col #email {
  width: 47.5%;
  display: inline;
}

.sub-col #subject {
  width: 90%;
  margin-top: 20px;
}

#send {
  width: 15%;
  height: 30px;
  color: white;
  background: lightgreen;
  margin-top: 10px;
  text-align: center;
}

h3 {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col5 {
  width: 100%;
  /* height:300px; */
  border: 1px;
  background-color: gray;
  padding-top: 30px;
  padding-bottom: 20px;
}

.para {
  margin-left: 60px;
}

/* form input[type=text]{
  width: 100%  !important;
} */
form {
  margin: 0 auto !important;
}
